home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / KromoCursors.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  259 b   |  14 lines

  1. module oKromoCursorList is cCursorList
  2. has
  3.     InitializeRuntime(theRuntime)
  4.     do
  5.         theRuntime.BusyCursor := oBusyCursor;
  6.         theRuntime.InCursor := oFingerCursor;
  7.         theRuntime.OutCursor := oDontCursor;
  8.     end;
  9. with
  10.     URL is "./KromoCursors.pic";
  11.     Items is [
  12.     ];
  13. end;
  14.